'Declaration Public Overloads Function SortRows( _ ByVal row As Integer, _ ByVal rowCount As Integer, _ ByVal sortInfo() As SortInfo _ ) As Boolean
Parameters
- row
- Starting row index (the start of the range of rows to sort)
- rowCount
- Number of rows in the range to sort
- sortInfo
- Array of SortInfo objects that contain the column indexes and the order of sorting
Return Value
true if successful; otherwise false